VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / CompositeProcessingCommand<TTarget> Class / ExecuteCommands(TTarget,ICollection<ProcessingResult>,ProcessingState) Method
Синтаксис Требования Смотрите также
В этом разделе
    ExecuteCommands(TTarget,ICollection<ProcessingResult>,ProcessingState) Метод (CompositeProcessingCommand<TTarget>)
    В этом разделе
    Выполняет последовательность команд обработки.
    Синтаксис
    'Declaration
    
    Protected Overridable Sub ExecuteCommands( _
    ByVal target
    Цель.
    As TTarget, _
    ByRef results
    Результаты обработки.
    As System.Collections.Generic.ICollection, _
    ByVal processingState
    Состояние обработки.
    As ProcessingState _
    )
    protected virtual void ExecuteCommands(
    TTarget target,
    ref System.Collections.Generic.ICollection results,
    ProcessingState processingState
    )
    protected: virtual void ExecuteCommands(
    TTarget* target,
    ref System.Collections.Generic.ICollection results,
    ProcessingState* processingState
    )
    protected:
    virtual void ExecuteCommands(
    TTarget^ target,
    System.Collections.Generic.ICollection% results,
    ProcessingState^ processingState
    )

    Parameters

    target
    Цель.
    results
    Результаты обработки.
    processingState
    Состояние обработки.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также